home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / ntkb.zip / NTKB.EXE / Q92 / 5 / 17.TXT < prev    next >
Text File  |  1993-09-28  |  2KB  |  58 lines

  1. DOCUMENT:Q92517  24-SEP-1993  [W_NT]
  2. TITLE   :Small Data File May Be Stored in NTFS Header Area
  3. PRODUCT :Windows NT
  4. PROD/VER:3.10
  5. OPER/SYS:WINDOWS
  6. KEYWORDS:
  7.  
  8. ------------------------------------------------------------------
  9. The information in this article applies to:
  10.  
  11.  - Microsoft Windows NT operating system version 3.1
  12. ------------------------------------------------------------------
  13.  
  14. Summary:
  15.  
  16. The NT File System (NTFS) file header contains general file
  17. information and a list of attribute pairs. An attribute pair is an
  18. attribute header and either the attribute information or a pointer to
  19. the attribute information. Some examples of attributes are a data
  20. stream, an alternate data stream, security, and extended attributes.
  21.  
  22. More Information:
  23.  
  24. An NTFS header resembles the following:
  25.  
  26.    file info | attribute pair | attribute pair | attribute pair...
  27.  
  28. If an individual attribute's data is too large, a pointer to the
  29. attribute's data is stored in the header rather than the data itself.
  30. If there are too many of these attribute pairs, then none of the
  31. attribute's data is stored in the header. In that case, pointers will
  32. be used to point to the attribute's data.
  33.  
  34. If the file is small enough and there is enough room in the NTFS
  35. header, the file can be placed directly in the NTFS header because the
  36. file data is regarded as an attribute. In a best-case scenario, if
  37. file data is the only attribute, then about 1 kilobyte (K) of file
  38. data can be fit into the header as attribute information.
  39.  
  40. Additional reference words: win32 Eas ea
  41. KBCategory:
  42. KBSubCategory: FILSYS 
  43.  
  44. =============================================================================
  45.  
  46. THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS
  47. PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND.  MICROSOFT DISCLAIMS
  48. ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES
  49. OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  IN NO
  50. EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR
  51. ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL,
  52. CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF
  53. MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE
  54. POSSIBILITY OF SUCH DAMAGES.  SOME STATES DO NOT ALLOW THE EXCLUSION
  55. OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES
  56. SO THE FOREGOING LIMITATION MAY NOT APPLY.
  57.  
  58. Copyright Microsoft Corporation 1993.